home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
IDSTART.DIR
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-04-29
|
215 b
|
16 lines
global qtproblem, discproblem
on enterFrame
sprite(4).visible = 0
sprite(5).visible = 0
if qtproblem = 1 then
go("PCQT")
end if
if discproblem = 1 then
go("PCDisc")
end if
end
on exitFrame
end